home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-04 / bipl.zip / DOCS.ZIP / HEBCALEN.HLP < prev    next >
Text File  |  1992-03-27  |  4KB  |  82 lines

  1. This program accepts a year of the Jewish calendar, for example
  2. "5750", and produces on the screen a calendar of that year with a 
  3. visually equivalent civil calendar opposite it for easy conversion of 
  4. dates. The months of the civil year are abbreviated to
  5.  
  6. JAN FEB MAR APR MAY JUN JUL AUG SEP OCT NOV DEC
  7.  
  8. and of the Jewish calendar to
  9.  
  10. NIS IYA SIV TAM AV ELU TIS HES KIS TEV SHE ADA AD2.
  11.  
  12. Months are normally displayed three at a time. You call up the next
  13. three by hitting spacebar. At the end of the year you can indicate if
  14. you wish the program to conclude, by hitting spacebar again. If in
  15. response to the question, Do you wish to continue? you enter "y" and
  16. hit return, the next year will be displayed.
  17.  
  18. Each Jewish month has its name on the left. The corresponding secular
  19. dates will have the name of the month on the right, and when the month
  20. changes it will be indicated on the right also.
  21.  
  22.  
  23.  
  24.  
  25. If you wish, you may enter a civil year in the form -70 for BCE dates
  26. and +70 for CE dates. The Jewish year beginning prior to Jan 1 of that
  27. year will be displayed, and you can continue with the next Jewish year
  28. if you wish to complete the desired civil year.
  29.  
  30. You may enter CE or AD instead of + or BC or BCE instead of the minus
  31. sign if you wish. It is best to avoid spaces, so enter 1987AD, for
  32. example.
  33.  
  34. The year 0 is not meaningful in either calendar. No date prior to 1 
  35. in the Jewish calendar should be entered. The program will calculate
  36. any future year, but will take longer for years much beyond the year
  37. 6000 in the Jewish reckoning. For example, the year 7000 will take
  38. three minutes or so to appear if your machine is not very fast.
  39. Earlier years should appear in a few seconds.
  40.  
  41. A status line at the bottom of the screen indicates the civil and
  42. Jewish year, and the number of days in each. Jewish years may contain
  43. 354, 355, 356, 384, 385 or 386 days according to circumstances.
  44.  
  45.  
  46.  
  47.  
  48. When you are familiar with this program you can enter the years you
  49. wish to see on the command line. For example, if you call the program
  50.            iconx calendar 5704 +1987 1BC
  51. you will see in turn the Jewish year 5704, the Jewish year commencing
  52. in 1986 and the Jewish year commencing in 2 B.C.E. You still have the
  53. option of seeing the years subsequent to these years if you wish. Just
  54. enter "y" when asked if you want to continue. When you enter "n", you
  55. will get the next year of your list.
  56.  
  57. All civil dates are according to the Gregorian Calendar which first
  58. came into use in 1582 and was accepted in different places at
  59. different times. Prior to that date the Julian calendar was in use. At
  60. the present time the Julian calendar is 13 days behind the Gregorian
  61. Calendar, so that March 15 1917 in our reckoning is March 2 in the
  62. Julian Calendar. The following table shows the number of days that
  63. must be subtracted from the Gregorian date given here to find the Julian
  64. date. In the early centuries of this table and before, the calendar was
  65. intercalated erratically, so a simple subtraction is not possible. Note that
  66. the change in the number to subtract applies from March 1 in the century
  67. year, since in the Julian Calendar that will be February 29 except in years
  68. divisible by 400 which are leap years in the Gregorian calendar also.
  69.  
  70. Century        # to subtract        Century        # to subtract
  71.   21            13          11            6
  72.   20            13          10            5
  73.   19            12           9            4
  74.   18            11           8            4
  75.   17            10           7            3
  76.   16            10           6            2
  77.   15             9           5            1
  78.   14             8           4            1
  79.   13             7           3            0
  80.   12             7           2               -1
  81.                          1               -2
  82.